home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Dla lekarzy / Sybase / Karta szpitalna 1.65 / mdac / mdac_min.exe / RCDATA / CABINET / mdac11.cab / Msadc11.inf next >
Windows Setup INFormation  |  1998-05-11  |  3KB  |  119 lines

  1. ; =================================================
  2. ; Microsoft Advanced Data Connector 1.1
  3. ; IExpress Install Script
  4. ; February 1997
  5. ; =================================================
  6.  
  7. [Version] 
  8. Signature=$CHICAGO$ 
  9. AdvancedINF=2.0 
  10.  
  11. [SourceDisksNames] 
  12. 1 = %ID1%,msadc11.cab, 0
  13.  
  14. ; =================================================
  15. ; ***INF Main***
  16. ; Install and Uninstall sections
  17. ;
  18. ; Batches - two for install, two for uninstall
  19. ;
  20. ; Names following the equals sign are section
  21. ; names which occur later in this file.
  22. ; =================================================
  23.  
  24. [DefaultInstall] 
  25. CopyFiles = OcCache, System
  26. DelFiles = DeleteOldFiles
  27. RegisterOCXs = SelfRegister
  28. AddReg=AddRegSection
  29.  
  30. ; =================================================
  31. ; List of all files which are included in the setup
  32. ; =================================================
  33.  
  34. [SourceDisksFiles] 
  35. MSADCB11.DLL=1
  36. MSADCC11.DLL=1
  37. MSADCE.DLL=1
  38. MSADCER.DLL=1
  39. MSADER15.DLL=1
  40. MSADOR15.DLL=1
  41. MSDADC.DLL=1
  42. MSR2C.DLL=1
  43. MSR2CENU.DLL=1
  44. MSVCRT.DLL=1
  45.  
  46.  
  47. ; =================================================
  48. ; ***File install Destination paths***
  49. ; Named subsections and file lists follow
  50. ; the destination directory specifications
  51. ; Destination 11 is the computer's System directory
  52. ; Destination 17 is the computer's INF directory
  53. ; =================================================
  54.  
  55. [DestinationDirs]
  56. OcCache = 25,occache
  57. System = 11
  58.  
  59. [OcCache]
  60. MSADCB11.DLL,,,32
  61. MSADCC11.DLL,,,32
  62. MSADCE.DLL,,,32
  63. MSADCER.DLL,,,32
  64. MSADER15.DLL,,,32
  65. MSADOR15.DLL,,,32
  66. MSDADC.DLL,,,32
  67.  
  68. [System]
  69. MSR2C.DLL,,,32
  70. MSR2CENU.DLL,,,32
  71. MSVCRT.DLL,,,32
  72.  
  73.  
  74. ; =================================================
  75. ; Register and unregister section for DLLs/OCXs
  76. ; =================================================
  77.  
  78. [DeleteOldFiles]
  79. %MSADCDIR%\msadco10.dll,,,1    ;remove previous version of msadco.dll
  80. occache\msadco10.dll,,,1    ;remove previous version of msadco.dll
  81. occache\msadcc10.dll,,,1    ;remove previous version of msadcc10.dll
  82.  
  83. [SelfRegister]
  84. %25%\occache\MSADCB11.dll
  85. %25%\occache\MSADCC11.dll
  86. %25%\occache\MSADCE.DLL
  87. %25%\occache\MSADOR15.DLL
  88. %25%\occache\MSDADC.DLL
  89. %11%\MSR2C.DLL
  90.  
  91.  
  92. ; =================================================
  93. ; Add registry entries for the cab
  94. ; =================================================
  95. [AddRegSection]
  96. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%",,,"%ID1%"
  97. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%"\InstalledVersion,,,%Version%
  98.  
  99. ; =================================================
  100. ; Values to String variables used above
  101. ; =================================================
  102.  
  103. [Strings] 
  104. ClassId = "{9381D8F2-0288-11d0-9501-00AA00B911A5}"
  105. Version = "1,1,0,1"
  106. Build = 1101
  107. ID1 = "Microsoft Remote Data Service"
  108. MSADC = "MSADC"
  109. MSADCDIR = "Program files\Common files\System\MSADC"
  110. MSADCNAME = "Microsoft Remote Data Service"
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.